Package com.cisco.pt.ipc.sim.pdu
Interface LldpTLV
- All Known Subinterfaces:
LldpTlv_ChassisID,LldpTlv_OrgSpecific,LldpTlv_PortDescription,LldpTlv_PortID,LldpTlv_SystemCapabilities,LldpTlv_SystemDescription,LldpTlv_SystemName,LldpTlv_TimeToLive
- All Known Implementing Classes:
LldpTlv_ChassisIDImpl,LldpTlv_OrgSpecificImpl,LldpTlv_PortDescriptionImpl,LldpTlv_PortIDImpl,LldpTlv_SystemCapabilitiesImpl,LldpTlv_SystemDescriptionImpl,LldpTlv_SystemNameImpl,LldpTlv_TimeToLiveImpl,LldpTLVImpl
-
Method Summary
Modifier and TypeMethodDescriptionintvoidsetLldpLength(int lldpLength) voidsetLldpType(LldpTLV lldpType) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getLldpType
LldpTLV getLldpType()- Returns:
- LldpTLV Returns a LldpTLV
-
setLldpType
- Parameters:
lldpType- Takes in a parameter of lldpType
-
getLldpLength
int getLldpLength()- Returns:
- int Returns a int
-
setLldpLength
void setLldpLength(int lldpLength) - Parameters:
lldpLength- Takes in a parameter of lldpLength
-